Control
statements allow a programmer to craft a program so that certain parts of
code execute multiple times, or not at all based on the current state of the
program. Control statements are the most basic form of logical control within
a program. |